What is the difference between `git fetch origin` and `git remote update origin`?

Posted by Norman Ramsey on Stack Overflow See other posts from Stack Overflow or by Norman Ramsey
Published on 2010-04-22T04:30:39Z Indexed on 2010/04/22 4:33 UTC
Read the original article Hit count: 254

Filed under:

In response to a question about pulling one commit at a time from a git repository, I was recommended to use git remote update instead of git fetch. I have read both man pages but cannot say I understood either in its entirety.

Can anyone explain to me how git fetch origin and get remote update origin behave differently?

© Stack Overflow or respective owner

Related posts about git